Package-level declarations

Types

Link copied to clipboard

Just a common type to differentiate from kotlin.RuntimeException. See inheritors for specific usages.

Link copied to clipboard

Thrown when a non-optional Gradle dependency module, which is required to run the corresponding component of the SDK, is, somehow, not found at runtime (e.g., was excluded for app size saving, but still attempted to run).

Link copied to clipboard
abstract class GradleMissingDependencyException(dependencyName: String, moduleName: String) : GradleDependencyException

Thrown when an optional Gradle dependency, which is required to run the corresponding component of the SDK, is not found.

Link copied to clipboard

Throws when there is a problem of configuring DI mechanics